home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 55
/
Freelog055.iso
/
Bas
/
Musique
/
EasyAlbum
/
easyam_setup.exe
/
{app}
/
export_csv.tpt
< prev
next >
Wrap
Text File
|
2003-11-17
|
480b
|
15 lines
@# CSV file(*.csv)|*.csv
\"artist\",\"album\",\"genre\",\"year\",\"playlistpath\",\"coverpath\"
@set(i,0)\
@set(over, @size(albums))\
@foreach album (albums) {\
\"@replace(album.artist,"\"","\"\"")\",\
\"@replace(album.album,"\"","\"\"")\",\
\"@replace(album.genre,"\"","\"\"")\",\
\"@replace(album.year,"\"","\"\"")\",\
\"@replace(album.playlistpath,"\"","\"\"")\",\
\"@replace(album.coverpath,"\"","\"\"")\"
@progress(i,over)\
@set(i,i+1)\
}\
@progress(over,over)\